derelict.glib.ggettext

Undocumented in source.

Members

Aliases

da_g_dcgettext
alias da_g_dcgettext = const(gchar)* function(const(gchar)* domain, const(gchar)* msgid, gint category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_dgettext
alias da_g_dgettext = const(gchar)* function(const(gchar)* domain, const(gchar)* msgid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_dngettext
alias da_g_dngettext = const(gchar)* function(const(gchar)* domain, const(gchar)* msgid, const(gchar)* msgid_plural, gulong n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_dpgettext
alias da_g_dpgettext = const(gchar)* function(const(gchar)* domain, const(gchar)* msgctxtid, gsize msgidoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_dpgettext2
alias da_g_dpgettext2 = const(gchar)* function(const(gchar)* domain, const(gchar)* context, const(gchar)* msgid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strip_context
alias da_g_strip_context = const(gchar)* function(const(gchar)* msgid, const(gchar)* msgval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_dcgettext
const(gchar)* g_dcgettext(const(gchar)* domain, const(gchar)* msgid, gint category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dgettext
const(gchar)* g_dgettext(const(gchar)* domain, const(gchar)* msgid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dngettext
const(gchar)* g_dngettext(const(gchar)* domain, const(gchar)* msgid, const(gchar)* msgid_plural, gulong n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dpgettext
const(gchar)* g_dpgettext(const(gchar)* domain, const(gchar)* msgctxtid, gsize msgidoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dpgettext2
const(gchar)* g_dpgettext2(const(gchar)* domain, const(gchar)* context, const(gchar)* msgid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strip_context
const(gchar)* g_strip_context(const(gchar)* msgid, const(gchar)* msgval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_dcgettext
da_g_dcgettext g_dcgettext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dgettext
da_g_dgettext g_dgettext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dngettext
da_g_dngettext g_dngettext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dpgettext
da_g_dpgettext g_dpgettext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dpgettext2
da_g_dpgettext2 g_dpgettext2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strip_context
da_g_strip_context g_strip_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta